home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
eb.cst
/
00050_Script_50
< prev
next >
Wrap
Text File
|
1999-09-22
|
585b
|
30 lines
on invisible last,first
repeat with i = last to (last+first)-2
set the visible of sprite i to false
end repeat
end invisible
on hide
global lastsprite,totsprite
repeat with i = lastsprite to (lastsprite+totsprite)-1
set the visible of sprite i to false
end repeat
end hide
on startmovie
global lastsprite,totsprite
set lastsprite to 67
set totsprite to 4
invisible lastsprite,totsprite
set the visible of sprite 70 to true
set the visible of sprite 100 to false
global gmenu
set gmenu to 2
end startmovie